std.exception

Undocumented in source.

Members

Enums

isUnionAliased
eponymoustemplate isUnionAliased(T, size_t i)
Undocumented in source.

Functions

assumeUnique
immutable(T)[] assumeUnique(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
assumeUnique
immutable(T)[] assumeUnique(T[] array)
immutable(T[U]) assumeUnique(T[U] array)

Checks whether a given source object contains pointers or references to a given target object.

doesPointTo
bool doesPointTo(S source, T target)

Checks whether a given source object contains pointers or references to a given target object.

enforce
void enforce(bool cond, string onThrow, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
enforce
void enforce(bool cond, Exception onThrow, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
enforce
void enforce(bool cond, string onThrow, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
overlap
CommonType!(T[], U[]) overlap(T[] a, U[] b)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

basicExceptionCtors
mixintemplate basicExceptionCtors()
Undocumented in source.

Meta